home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000294_news@newsmaster….columbia.edu _Thu Jun 12 09:06:02 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA17556
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 12 Jun 1997 09:06:01 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA29762
  7.     for kermit.misc@watsun; Thu, 12 Jun 1997 09:06:01 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: How to capture only text data with Kermit?
  12. Date: 12 Jun 1997 13:05:37 GMT
  13. Organization: Columbia University
  14. Lines: 22
  15. Message-ID: <5nos71$t1v$1@newsmaster.cc.columbia.edu>
  16. References: <m3910gu396.fsf@home.telalink.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7151
  19.  
  20. In article <m3910gu396.fsf@home.telalink.net>,
  21. Alan P. Kennedy, Sr <apkenned@telalink.net> wrote:
  22. : I have kermit/2 and ckermit-6, and need to find a way to capture text
  23. : data without any escape sequences? I have read the manual but really
  24. : don't see away to do this. 
  25. : With kermit/2 I can cut and paste but I much rather save everything to
  26. : a session log than do this every time. I also want to collect the
  27. : information that I enter in the session. Therefore trying download to a
  28. : text file would not work either. Are there any other options that I'm
  29. : missing?
  30. : When I use the "log session" command it captures everything including
  31. : terminal (vt) escape sequences.
  32. In Kermit/2 (i.e. Kermit 95 for OS/2):
  33.  
  34.   SET PRINTER <filename>
  35.  
  36. And then use Alt-O to activate "copy screen lines to printer".
  37.  
  38. - Frank